projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b23b5e
)
Whitespace change.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 2 May 1998 05:20:30 +0000
(
05:20
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 2 May 1998 05:20:30 +0000
(
05:20
+0000)
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index 5d805590294431040bb6983bd6295f6ace80d1b4..29ad36a81c6cdaaf752e8381067a157d63f0206b 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-3164,8
+3164,8
@@
DEFUN ("delete-overlay", Fdelete_overlay, Sdelete_overlay, 1, 1, 0,
b->overlays_after = Fdelq (overlay, b->overlays_after);
modify_overlay (b,
-
marker_position (OVERLAY_START (overlay)),
-
marker_position (OVERLAY_END (overlay)));
+ marker_position (OVERLAY_START (overlay)),
+ marker_position (OVERLAY_END (overlay)));
Fset_marker (OVERLAY_START (overlay), Qnil, Qnil);
Fset_marker (OVERLAY_END (overlay), Qnil, Qnil);